The U dimension of the 2D grid.
The V dimension of the 2D grid.
Custom function that provides a value, treated as radius argument in X/Y/Z custom functions.
Custom function that provides a value, treated as azimuth argument in X/Y/Z custom functions.
Custom function that provides a value, treated as pole argument in X/Y/Z custom functions.
Custom function that provides the position X value, based on passed radius, azimuth and pole arguments.
Custom function that provides the position Y value, based on passed radius, azimuth and pole arguments.
Custom function that provides the position Z value, based on passed radius, azimuth and pole arguments.
The minimum value of U component of the 2D grid.
The maximum value of U component of the 2D grid.
The minimum value of V component of the 2D grid.
The maximum value of V component of the 2D grid.
CustomFreeSurfaceDataSeries3D<TAllPoints> Constructor
Initializes a new instance of the CustomFreeSurfaceDataSeries3D<TAllPoints> class.
Syntax

Parameters

uCount
The U dimension of the 2D grid.
vCount
The V dimension of the 2D grid.
radialDistanceFunction
Custom function that provides a value, treated as radius argument in X/Y/Z custom functions.
azimuthalAngleFunction
Custom function that provides a value, treated as azimuth argument in X/Y/Z custom functions.
polarAngleFunction
Custom function that provides a value, treated as pole argument in X/Y/Z custom functions.
xFunction
Custom function that provides the position X value, based on passed radius, azimuth and pole arguments.
yFunction
Custom function that provides the position Y value, based on passed radius, azimuth and pole arguments.
zFunction
Custom function that provides the position Z value, based on passed radius, azimuth and pole arguments.
uMin
The minimum value of U component of the 2D grid.
uMax
The maximum value of U component of the 2D grid.
vMin
The minimum value of V component of the 2D grid.
vMax
The maximum value of V component of the 2D grid.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also